home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / maestro / source / cdedit / cnnctprt.g < prev    next >
Encoding:
Text File  |  1993-06-15  |  3.3 KB  |  121 lines

  1. ;GIL-2
  2. (
  3. (
  4.     :type                   :popup-window
  5.     :name                   PortManagerPopup
  6.     :owner                  nil
  7.     :width                  417
  8.     :height                 120
  9.     :background-color       ""
  10.     :foreground-color       ""
  11.     :label                  "Port Manager for cdEdit"
  12.     :label-type             :string
  13.     :mapped                 nil
  14.     :show-footer            t
  15.     :resizable              nil
  16.     :pinned                 nil
  17.     :done-handler           nil
  18.     :event-handler          nil
  19.     :events                 ()
  20.     :user-data              ()
  21. )
  22. (
  23.     :type                   :control-area
  24.     :name                   controls1
  25.     :owner                  PortManagerPopup
  26.     :help                   ""
  27.     :x                      0
  28.     :y                      0
  29.     :width                  417
  30.     :height                 120
  31.     :background-color       "Light Gray"
  32.     :foreground-color       ""
  33.     :show-border            nil
  34.     :menu                   nil
  35.     :event-handler          nil
  36.     :events                 ()
  37.     :user-data              ()
  38. )
  39. (
  40.     :type                   :message
  41.     :name                   CurrentPortManagerMsg
  42.     :owner                  controls1
  43.     :help                   ""
  44.     :x                      20
  45.     :y                      20
  46.     :width                  202
  47.     :height                 13
  48.     :foreground-color       "Black"
  49.     :label                  "Current Port Manager : (none)"
  50.     :label-type             :string
  51.     :label-bold             t
  52.     :event-handler          nil
  53.     :events                 ()
  54.     :user-data              ()
  55. )
  56. (
  57.     :type                   :text-field
  58.     :name                   NewPortManagerText
  59.     :owner                  controls1
  60.     :help                   ""
  61.     :x                      20
  62.     :y                      48
  63.     :width                  383
  64.     :height                 15
  65.     :foreground-color       "Black"
  66.     :text-type              :alphanumeric
  67.     :label                  "New Port Manager : "
  68.     :label-type             :string
  69.     :value-x                163
  70.     :value-y                48
  71.     :layout-type            :horizontal
  72.     :value-length           30
  73.     :stored-length          256
  74.     :read-only              nil
  75.     :notify-handler         NewPortManager
  76.     :event-handler          nil
  77.     :events                 ()
  78.     :user-data              ()
  79. )
  80. (
  81.     :type                   :button
  82.     :name                   ConnectPortManagerButton
  83.     :owner                  controls1
  84.     :help                   ""
  85.     :x                      124
  86.     :y                      84
  87.     :constant-width         nil
  88.     :button-type            :normal
  89.     :width                  68
  90.     :height                 19
  91.     :foreground-color       "Black"
  92.     :label                  "Connect"
  93.     :label-type             :string
  94.     :menu                   nil
  95.     :notify-handler         ConnectPortManager
  96.     :event-handler          nil
  97.     :events                 ()
  98.     :user-data              ()
  99. )
  100. (
  101.     :type                   :button
  102.     :name                   ClosePortManagerPopupButton
  103.     :owner                  controls1
  104.     :help                   ""
  105.     :x                      236
  106.     :y                      84
  107.     :constant-width         nil
  108.     :button-type            :normal
  109.     :width                  59
  110.     :height                 19
  111.     :foreground-color       "Black"
  112.     :label                  "Cancel"
  113.     :label-type             :string
  114.     :menu                   nil
  115.     :notify-handler         ClosePortManagerPopup
  116.     :event-handler          nil
  117.     :events                 ()
  118.     :user-data              ()
  119. )
  120. )
  121.